home *** CD-ROM | disk | FTP | other *** search
/ ftp.sustworks.com 2018 / ftp.sustworks.com.zip / ftp.sustworks.com / IPNetSentry_12.hqx / IPNetSentry_12 / IPNetSentry AppleScripts / IPNS AppleScript ReadMe next >
Text File  |  2000-12-21  |  2KB  |  30 lines

  1. These three scripts are example AppleScripts.  They demonstrate how to retrieve information from the IPNetSentry FBA and send email notification or display the trigger information in a text document.
  2.  
  3. To use a script:
  4.  
  5. - open the script in a script editor
  6. - follow the instructions as stated in the Description section
  7.  
  8. The script "IPNS Scriptable TE Example" can be run directly without compiling as a Run-Only application.  It will simply query the IPNetRouter FBA and display the last trigger information in a new "Scriptable Text Editor" document window.
  9.  
  10. The scripts "IPNS OE AppleScript" and "IPNS Eudora AppleScript" require that you use either Outlook Express or Eudora as your email application.  Both scripts will enable the IPNetSentry FBA to send you email notification when an intrusion is detected.  These scripts MUST be compiled as Run-Only applications and must be placed into your Preferences folder.  Your IPNetSentry Config file must also be modified so that it is aware of this new notification method.  The two necessary lines in the IPNetSentry Config file are:
  11.  
  12. #set\notification_type\applescript
  13. #set\applescript_name\My IPNS AppleScript
  14.  
  15. where "My IPNS AppleScript" is the name of your Run-Only AppleScript application.
  16.  
  17. You can make these modifications to the IPNetSentry Config file by:
  18.  
  19. -  manually editing with any text editor OR 
  20.  
  21. - using the Configure function in the IPNetSentry Companion Application (which works through your browser).  
  22.  
  23. You must stop and restart the IPNetSentry FBA to invoke the new configuration (this is automatically performed by the IPNetSentry Companion Application if you use our web page to configure IPNetSentry).
  24.  
  25. These scripts should be considered as basic starting AppleScripts.  There are many other features (such as automatic logging into databases) which can be implemented once the triggering information has been obtained from the IPNetSentry FBA.  We welcome your contributions and suggestions.
  26.  
  27. Sustworks Engineering Team
  28. December 22, 2000
  29.  
  30.